home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_31196.txt < prev    next >
Text File  |  1989-02-26  |  976b  |  40 lines

  1. -- card: 31196 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: CStoHCdateconversion
  6.  
  7.  
  8. -- part contents for background part 5
  9. ----- text -----
  10. CStoHCdateconversion
  11.  
  12. -- part contents for background part 6
  13. ----- text -----
  14.  
  15. This XFCN converts dates from Compuserve messages to a format HyperCard can use.
  16.  
  17. This XCMD is useful for anyone doing automatic processing of CompuServe mail or bboards.
  18.  
  19. Joseph Golton  ‚Ä¢  705 W. Oregon  ‚Ä¢  Urbana, IL  ‚Ä¢  61801  ‚Ä¢  (217) 367 4628 
  20.  
  21. ‚Ä¢‚Ä¢Note from Steve Drazga, Editor DevStack
  22. I would like to publicly thank Joseph for sending in this contribution & supporting the Developer Stack.
  23.  
  24. -- part contents for background part 7
  25. ----- text -----
  26. Syntax:
  27.  
  28. CStoHCdateconversion(CISDate)
  29.  
  30. The XFCN returns the date in a format Hypercard can deal with.
  31.  
  32.  
  33. The first parameter is a string in the format of a Compuserve date 
  34. ( "29-Apr-88" ).
  35.  
  36.  
  37.  
  38. -- part contents for background part 10
  39. ----- text -----
  40. 27